home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 931 b | 28 lines | [TEXT/GEOL] |
- Item 1152077 12-Jan-91 23:36PST
-
- From: D2188 Office Product Tech, B Toback,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- ------------------------------------------------------------------------------
-
- Sub: String list & event intercept
-
- Help!
-
- I'm looking for a class that's just a simple list of strings. It seems to me
- that this would be part of MacApp's basic equipment, but I haven't found one.
- I'm making my own out of TDynamicArray, but I must be missing something.
-
- Also, does a superview get an event before its subviews? I'd like a superview
- to intercept keystrokes destined for a TEditText subview, but pass them on to
- the subview. Can I do this by overriding DoKeyCommand in the superview's class,
- then calling inherited::DoKeyCommand? Or is there a better way?
-
- Thanks for any help,
-
- -- Bruce Toback
- OPT, Inc.
- AppleLink: D2188
-
-